home *** CD-ROM | disk | FTP | other *** search
- ' Global Variables
- Option Explicit
- Global ThePort As Integer
- Global TheBaudCode As Integer
- Global TheDataBits As Integer
- Global TheParity As Integer
- Global TheStopBits As Integer
- Global BaudText(0 To 8) As String
- Global ParityText(0 To 7) As String
- Global OnLineFlag As Integer
- Global FatalFlag As Integer
- Global mioState As Integer
- Global xyState As Integer
- Global WaitingFor As Integer
- Global FirstXYstate As Integer
- Global LastPacket As Integer
- Global DebugLevel As Integer
- 'Global Constants
- Global Const NAK = &H15
- Global Const FILE_NAME = 1
- Global Const PHONE_NUMBER = 2
- Global Const Dial_1 = 21
- Global Const Dial_2 = 22
- Global Const Dial_3 = 23
- Global Const TX_XM = 1
- Global Const TX_YM = 2
- Global Const RX_XM = 3
- Global Const RX_YM = 4
- Global Const RUN_XY = 5
- Global Const XMODEM = 0
- Global Const YMODEM = 1
-